home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1990: Night of the Living Disc
/
Night of the Living Disc.hdv
/
Dev.CD.5
/
Tools
/
APW.Interfaces
/
CInclude
/
Strings.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-03-01
|
197 b
|
15 lines
|
[04] ASCII Text (0x0000)
/*
* strings.h -- String Conversions
*
* Copyright Apple Computer, Inc. 1985 - 1987
* All rights reserved.
*/
#ifndef __STRINGS__
#define __STRINGS__
char *p2cstr();
char *c2pstr();
#endif